lib/upgrader: Pull with `timestamp-check-from-rev`
authorJonathan Lebon <jonathan@jlebon.com>
Thu, 14 May 2020 19:05:45 +0000 (15:05 -0400)
committerJonathan Lebon <jonathan@jlebon.com>
Thu, 14 May 2020 19:27:29 +0000 (15:27 -0400)
commit79079c265759613e254b377a937c1baa34cc109e
tree7545bfe5e2d96e23a073eca75fa592dacd84e505
parentc8efce06564b7adef83994dddb41cd61a030207d
lib/upgrader: Pull with `timestamp-check-from-rev`

For the same reason as https://github.com/coreos/rpm-ostree/pull/2094.
What we care most about is that the new commit we pull is newer than the
one we're currently sitting on, not necessarily that it's newer than the
branch itself, which it might not be if e.g. we're trying to deploy a
commit older than the tip but still newer than the deployment (via
`--override-commit`).
src/libostree/ostree-sysroot-upgrader.c
tests/admin-test.sh